mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-20 15:51:36 +02:00
feat: first batch of work
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
image: eitchtee/wygiwyh:latest
|
||||
image: wygiwhy_prod:latest
|
||||
container_name: ${SERVER_NAME}
|
||||
command: /start-single
|
||||
ports:
|
||||
- "${OUTBOUND_PORT}:8000"
|
||||
env_file:
|
||||
- .env
|
||||
- .prod.env
|
||||
depends_on:
|
||||
- db
|
||||
restart: unless-stopped
|
||||
@@ -21,3 +21,6 @@ services:
|
||||
- POSTGRES_USER=${SQL_USER}
|
||||
- POSTGRES_PASSWORD=${SQL_PASSWORD}
|
||||
- POSTGRES_DB=${SQL_DATABASE}
|
||||
|
||||
env_file:
|
||||
- .prod.env
|
||||
|
||||
Reference in New Issue
Block a user