mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
general enhancements
This commit is contained in:
@@ -4,12 +4,11 @@ services:
|
||||
context: ./
|
||||
dockerfile: ./odoo/Dockerfile
|
||||
args:
|
||||
- ODOO_VERSION
|
||||
- ODOO_TAG
|
||||
- ODOO_RC
|
||||
- ROOT_PATH
|
||||
- GITHUB_USER
|
||||
- GITHUB_ACCESS_TOKEN
|
||||
- ENTERPRISE_REPO
|
||||
- ENTERPRISE_ADDONS
|
||||
- LOG_PATH
|
||||
depends_on:
|
||||
@@ -30,6 +29,8 @@ services:
|
||||
build:
|
||||
context: ./postgres
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- POSTGRES_TAG
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
volumes:
|
||||
@@ -44,7 +45,7 @@ services:
|
||||
- internal
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25.1
|
||||
image: nginx:${NGINX_TAG}
|
||||
depends_on:
|
||||
- odoo
|
||||
restart: unless-stopped
|
||||
@@ -63,7 +64,7 @@ services:
|
||||
- internal
|
||||
|
||||
nginx-proxy:
|
||||
image: nginxproxy/nginx-proxy:1.3.1
|
||||
image: nginxproxy/nginx-proxy:${NGINX_PROXY_TAG}
|
||||
depends_on:
|
||||
- nginx
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user