mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
changed volume names
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
- postgres
|
||||
tty: true
|
||||
volumes:
|
||||
- data-dir:${DATA_DIR}
|
||||
- odoo-data:${DATA_DIR}
|
||||
- ./odoo/extra-addons:${EXTRA_ADDONS}
|
||||
- ./odoo/custom-addons:${CUSTOM_ADDONS}
|
||||
- ./odoo/entrypoint.sh:/entrypoint.sh
|
||||
@@ -52,6 +52,17 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
|
||||
redis:
|
||||
image: eqalpha/keydb:latest
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
- 6379:6379
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- redis-data:/var/lib/keydb
|
||||
|
||||
nginx:
|
||||
image: nginx:${NGINX_TAG}
|
||||
depends_on:
|
||||
@@ -90,24 +101,13 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
|
||||
redis:
|
||||
image: eqalpha/keydb:latest
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
- 6379:6379
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
- redis-data:/var/lib/keydb
|
||||
|
||||
volumes:
|
||||
data-dir:
|
||||
odoo-data:
|
||||
pg-data:
|
||||
redis-data:
|
||||
certs:
|
||||
vhost:
|
||||
html:
|
||||
redis-data:
|
||||
|
||||
networks:
|
||||
internal:
|
||||
|
||||
Reference in New Issue
Block a user