Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions plane/code/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,20 @@ services:

# Comment this if you already have a reverse proxy running
proxy:
image: artifacts.plane.so/makeplane/plane-proxy:${APP_RELEASE:-stable}
environment:
<<: *proxy-env
deploy:
replicas: 1
restart_policy:
condition: on-failure
depends_on:
- web
- api
- space
image: artifacts.plane.so/makeplane/plane-proxy:${APP_RELEASE:-stable}
environment:
<<: *proxy-env
deploy:
replicas: 1
restart_policy:
condition: on-failure
depends_on:
- web
- api
- space
networks:
- default
- easypanel

volumes:
pgdata:
Expand All @@ -235,3 +238,8 @@ volumes:
logs_beat-worker:
logs_migrator:
rabbitmq_data:

networks:
default:
easypanel:
external: true