fixed service names

This commit is contained in:
Yhael S
2024-01-20 06:38:04 -06:00
parent cf6d846723
commit d8f96573e3
4 changed files with 11 additions and 11 deletions

View File

@@ -103,7 +103,7 @@ S3_VIRTUAL_HOST=s3.odoocker.test
S3_API_PORT=9000 S3_API_PORT=9000
S3_CONSOLE_PORT=9001 S3_CONSOLE_PORT=9001
AWS_HOST=http://s3:${S3_API_PORT} AWS_HOST=http://minio:${S3_API_PORT}
AWS_REGION= AWS_REGION=
AWS_ACCESS_KEY_ID=myaccesskey AWS_ACCESS_KEY_ID=myaccesskey
AWS_SECRET_ACCESS_KEY=mysecretkey AWS_SECRET_ACCESS_KEY=mysecretkey

View File

@@ -27,13 +27,13 @@ services:
- 80:80 - 80:80
- 443:443 - 443:443
letsencrypt: acme-companion:
restart: 'no' restart: 'no'
redis: keydb:
restart: 'no' restart: 'no'
s3: minio:
restart: 'no' restart: 'no'
pgadmin: pgadmin:

View File

@@ -39,13 +39,13 @@ services:
- traefik.http.routers.traefik-dashboard.entrypoints=${TRAEFIK_DASHBOARD_ENTRYPOINTS} - traefik.http.routers.traefik-dashboard.entrypoints=${TRAEFIK_DASHBOARD_ENTRYPOINTS}
- traefik.http.routers.traefik-dashboard.tls.certresolver=${TRAEFIK_DASHBOARD_TLS_CERTRESOLVER} - traefik.http.routers.traefik-dashboard.tls.certresolver=${TRAEFIK_DASHBOARD_TLS_CERTRESOLVER}
letsencrypt: acme-companion:
restart: unless-stopped restart: unless-stopped
redis: keydb:
restart: unless-stopped restart: unless-stopped
s3: minio:
restart: unless-stopped restart: unless-stopped
pgadmin: pgadmin:

View File

@@ -1,5 +1,5 @@
debugpy debugpy==1.8.0
websocket-client websocket-client==1.7.0
redis redis==5.0.1
boto3 boto3==1.34.23
sentry-sdk==1.9.0 # Fixed because Odoo depends on urllib3==1.26.5 sentry-sdk==1.9.0 # Fixed because Odoo depends on urllib3==1.26.5