add caddy networking
This commit is contained in:
@@ -10,6 +10,13 @@ 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
|
||||||
|
networks:
|
||||||
|
- caddy: {}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
meal-data:
|
meal-data:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
caddy:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user