mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-28 04:11:34 +01:00
docker: remove YAML anchor and merge directives from docker-compose.prod.yml
Fixes #42
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
web: &django
|
||||
web:
|
||||
image: eitchtee/wygiwyh:latest
|
||||
container_name: ${SERVER_NAME}
|
||||
command: /start
|
||||
@@ -23,10 +23,11 @@ services:
|
||||
- POSTGRES_DB=${SQL_DATABASE}
|
||||
|
||||
procrastinate:
|
||||
<<: *django
|
||||
image: eitchtee/wygiwyh:latest
|
||||
container_name: ${PROCRASTINATE_NAME}
|
||||
depends_on:
|
||||
- db
|
||||
ports: [ ]
|
||||
env_file:
|
||||
- .env
|
||||
command: /start-procrastinate
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user