mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Remove debugging
This commit is contained in:
parent
8ecb3d73fb
commit
8198f91754
@ -23,8 +23,6 @@ x-base-config: &base-config
|
|||||||
- REDIS_URL=${REDIS_URL}
|
- REDIS_URL=${REDIS_URL}
|
||||||
- ENABLE_ACCOUNT_SIGNUP=${ENABLE_ACCOUNT_SIGNUP}
|
- ENABLE_ACCOUNT_SIGNUP=${ENABLE_ACCOUNT_SIGNUP}
|
||||||
- ACTIVE_STORAGE_SERVICE=${ACTIVE_STORAGE_SERVICE}
|
- ACTIVE_STORAGE_SERVICE=${ACTIVE_STORAGE_SERVICE}
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
chatwoot-rails:
|
chatwoot-rails:
|
||||||
@ -37,11 +35,6 @@ services:
|
|||||||
entrypoint: docker/entrypoints/rails.sh
|
entrypoint: docker/entrypoints/rails.sh
|
||||||
command: ['bundle', 'exec', 'sh', '-c', 'rails db:chatwoot_prepare && rails s -p 3000 -b 0.0.0.0']
|
command: ['bundle', 'exec', 'sh', '-c', 'rails db:chatwoot_prepare && rails s -p 3000 -b 0.0.0.0']
|
||||||
restart: always
|
restart: always
|
||||||
labels:
|
|
||||||
- "traefik.http.routers.chatwoot-web.rule=Host(`${FRONTEND_URL_HOST}`)"
|
|
||||||
- "traefik.http.routers.chatwoot-web.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.chatwoot-web.tls.certresolver=letsencrypt"
|
|
||||||
- "traefik.http.services.chatwoot-web-service.loadbalancer.server.port=3000"
|
|
||||||
|
|
||||||
chatwoot-sidekiq:
|
chatwoot-sidekiq:
|
||||||
<<: *base-config
|
<<: *base-config
|
||||||
@ -63,16 +56,12 @@ services:
|
|||||||
- POSTGRES_DB=${POSTGRES_DATABASE}
|
- POSTGRES_DB=${POSTGRES_DATABASE}
|
||||||
- POSTGRES_USER=${POSTGRES_USERNAME}
|
- POSTGRES_USER=${POSTGRES_USERNAME}
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
networks:
|
|
||||||
- dokploy-network
|
|
||||||
|
|
||||||
chatwoot-redis:
|
chatwoot-redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- chatwoot-redis-data:/data
|
- chatwoot-redis-data:/data
|
||||||
networks:
|
|
||||||
- dokploy-network
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
dokploy-network:
|
dokploy-network:
|
||||||
|
Loading…
Reference in New Issue
Block a user