This commit is contained in:
yhaelopez
2023-12-15 17:20:45 -07:00
parent c926027fc2
commit 47f0c95a33

View File

@@ -58,7 +58,6 @@ services:
dockerfile: ./postgres/Dockerfile dockerfile: ./postgres/Dockerfile
args: args:
- POSTGRES_TAG - POSTGRES_TAG
restart: unless-stopped
tty: true tty: true
volumes: volumes:
- pg-data:${PGDATA} - pg-data:${PGDATA}
@@ -82,7 +81,6 @@ services:
image: nginx:${NGINX_TAG} image: nginx:${NGINX_TAG}
depends_on: depends_on:
- odoo - odoo
restart: unless-stopped
tty: true tty: true
expose: expose:
- 80/tcp - 80/tcp
@@ -102,7 +100,6 @@ services:
image: nginxproxy/nginx-proxy:${NGINX_PROXY_TAG} image: nginxproxy/nginx-proxy:${NGINX_PROXY_TAG}
depends_on: depends_on:
- nginx - nginx
restart: unless-stopped
tty: true tty: true
volumes: volumes:
- ./nginx-proxy/nginx.conf:${NGINX_CONF} - ./nginx-proxy/nginx.conf:${NGINX_CONF}
@@ -123,7 +120,6 @@ services:
platform: linux/amd64 platform: linux/amd64
ports: ports:
- ${KEYDB_PORT}:${KEYDB_PORT} - ${KEYDB_PORT}:${KEYDB_PORT}
restart: unless-stopped
volumes: volumes:
- redis-data:${KEYDB_DATA} - redis-data:${KEYDB_DATA}
networks: networks: