forked from Hithomelabs/CFTunnels
Compare commits
No commits in common. "f1c9965396b5c9fcfaa68d1817df74f0ed2c5ac0" and "d7a2af992845bb26814812c361e8e775ac5923bf" have entirely different histories.
f1c9965396
...
d7a2af9928
@ -30,3 +30,15 @@ services:
|
|||||||
- "${DB_PORT}:5432"
|
- "${DB_PORT}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_PATH}:/var/lib/postgresql/data
|
- ${DB_PATH}:/var/lib/postgresql/data
|
||||||
|
portainer-automation:
|
||||||
|
image: gitea.hithomelabs.com/hithomelabs/portainer-automation:${ENV}
|
||||||
|
container_name: portainer-automation_${ENV}
|
||||||
|
ports:
|
||||||
|
- "${PORTAINER_AUTOMATION_PORT:-8081}:8081"
|
||||||
|
environment:
|
||||||
|
- SPRING_PROFILES_ACTIVE=${SPRING_PROFILES_ACTIVE:-local}
|
||||||
|
- PORTAINER_API_KEY=${PORTAINER_API_KEY}
|
||||||
|
- PORTAINER_SERVICE_API_KEY=${PORTAINER_SERVICE_API_KEY}
|
||||||
|
env_file:
|
||||||
|
- stack.env
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
Reference in New Issue
Block a user