updated compose file for prod

This commit is contained in:
2024-03-21 17:18:29 -04:00
parent 6821c0193e
commit 8a5076ccd5
2 changed files with 10 additions and 8 deletions

4
.env Executable file
View File

@@ -0,0 +1,4 @@
CURRENT_DIRECTORY='/home/droid/gitbox/project_quest/'
REDIS_DIRECTORY='/home/droid/gitbox/project_quest/quest_deploy/dbdata/redis'

View File

@@ -1,20 +1,18 @@
version: '3.8' version: '3.8'
name: auburnoil name: goodoil
services: services:
front: front:
container_name: oil-frontend container_name: goodoil
image: anekdotin/oil-frontend:latest image: anekdotin/goodoil:latest
restart: on-failure restart: on-failure
build: build:
context: ../oil_frontend context: ../goodoil
dockerfile: Dockerfile.prod dockerfile: Dockerfile.prod
volumes:
- ../oil_frontend:/app
ports: ports:
- '5169:5173' - '5180:3000'