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