File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222# Env files (do not commit secrets)
2323.env
24+ .env.server
2425.env.local
2526.env. * .local
2627frontend /.env
Original file line number Diff line number Diff line change 11api.easyrelocate.net {
22 encode gzip
3- reverse_proxy backend :8000
3+ reverse_proxy 127.0.0.1 :8000
44}
55
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ services:
1010 restart : unless-stopped
1111
1212 backend :
13+ ports : ["8000:8000"]
1314 build :
1415 context : ./backend
1516 environment :
@@ -28,16 +29,14 @@ services:
2829
2930 caddy :
3031 image : caddy:2-alpine
31- ports :
32- - " 80:80"
33- - " 443:443"
3432 volumes :
3533 - ./deploy/Caddyfile:/etc/caddy/Caddyfile:ro
3634 - caddy_data:/data
3735 - caddy_config:/config
3836 depends_on :
3937 - backend
4038 restart : unless-stopped
39+ network_mode : host
4140
4241volumes :
4342 easyrelocate_postgres :
You can’t perform that action at this time.
0 commit comments