mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
Merge branch '17.0'
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user