mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
upgrade
This commit is contained in:
@@ -152,7 +152,7 @@ MINIO_TAG=latest
|
|||||||
NGINX_TAG=1.25.3
|
NGINX_TAG=1.25.3
|
||||||
NGINX_PROXY_TAG=1.4.0
|
NGINX_PROXY_TAG=1.4.0
|
||||||
ACME_COMPANION_TAG=2.2.9
|
ACME_COMPANION_TAG=2.2.9
|
||||||
PGADMIN_TAG=8.0
|
PGADMIN_TAG=8.1
|
||||||
|
|
||||||
# Odoocker paths
|
# Odoocker paths
|
||||||
COMMUNITY_ADDONS=${ROOT_PATH}/addons
|
COMMUNITY_ADDONS=${ROOT_PATH}/addons
|
||||||
|
|||||||
@@ -20,3 +20,15 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
|
||||||
|
letsencrypt:
|
||||||
|
restart: 'no'
|
||||||
|
|
||||||
|
redis:
|
||||||
|
restart: 'no'
|
||||||
|
|
||||||
|
s3:
|
||||||
|
restart: 'no'
|
||||||
|
|
||||||
|
pgadmin:
|
||||||
|
restart: 'no'
|
||||||
|
|||||||
@@ -20,3 +20,15 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
|
||||||
|
letsencrypt:
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
redis:
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
s3:
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
pgadmin:
|
||||||
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -173,7 +173,9 @@ services:
|
|||||||
dockerfile: ./pgadmin/Dockerfile
|
dockerfile: ./pgadmin/Dockerfile
|
||||||
args:
|
args:
|
||||||
- PGADMIN_TAG
|
- PGADMIN_TAG
|
||||||
restart: 'no'
|
depends_on:
|
||||||
|
- postgres
|
||||||
|
- nginx-proxy
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 80
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user