Cleanup docker-compose.yaml #27

Merged
vlbeaudoin merged 1 commit from chores/cleanup-compose into main 2023-12-28 12:52:27 -05:00
Showing only changes of commit a101d6a50d - Show all commits

View file

@ -6,8 +6,6 @@ services:
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}" POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}" POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"
POSTGRES_USER: "${BOTTINAGENDA_POSTGRES_USER}" POSTGRES_USER: "${BOTTINAGENDA_POSTGRES_USER}"
ports:
- '5433:5432'
volumes: volumes:
- 'db-data:/var/lib/postgresql/data' - 'db-data:/var/lib/postgresql/data'
restart: 'unless-stopped' restart: 'unless-stopped'
@ -36,14 +34,6 @@ services:
restart: 'unless-stopped' restart: 'unless-stopped'
command: ['bottin-agenda', '--config', '/etc/bottin-agenda/web.yaml', 'web'] command: ['bottin-agenda', '--config', '/etc/bottin-agenda/web.yaml', 'web']
#adminer:
# image: adminer
# restart: always
# ports:
# - 8088:8080
# depends_on:
# - db
volumes: volumes:
db-data: db-data:
api-config: api-config: