Skip to content

Commit

Permalink
portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed Jan 9, 2025
1 parent d59cca7 commit 6372279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.portainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
env_file:
- .env
- stack.env
entrypoint: /docker/entrypoint.sh
command: caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
volumes:
Expand Down
2 changes: 2 additions & 0 deletions stack.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CF_API_TOKEN=
EMAIL=

0 comments on commit 6372279

Please sign in to comment.