simplify compose

This commit is contained in:
Kenneth Bingham 2024-06-23 18:08:13 -04:00
parent 3ee52192dd
commit e0b317be09

View file

@ -3,7 +3,7 @@ services:
image: farmos/farmos:3.2.2 image: farmos/farmos:3.2.2
volumes: volumes:
- www:/opt/drupal/web/sites - www:/opt/drupal/web/sites
ports: [] # ports:
#- '80:80' #- '80:80'
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@ -12,7 +12,7 @@ services:
image: postgres:13 image: postgres:13
volumes: volumes:
- db:/var/lib/postgresql/data - db:/var/lib/postgresql/data
ports: [] # ports:
#- '5432:5432' #- '5432:5432'
environment: environment:
POSTGRES_USER: POSTGRES_USER: