fix: replace container_name with hostname for caddy network resolution
CI / test-and-package (push) Successful in 53s
CI / test-and-package (push) Successful in 53s
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- SECRET_KEY=${SECRET_KEY:-change-me-in-production}
|
- SECRET_KEY=${SECRET_KEY:-change-me-in-production}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: meal-tracker
|
hostname: meal-tracker
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user