cv
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-06 19:45:28 -05:00
parent d9099f8f26
commit 5db4fdd944

View file

@ -7,6 +7,8 @@ services:
# PUID: 998 # optional, your user id # PUID: 998 # optional, your user id
# PGID: 1001 # optional, your group id # PGID: 1001 # optional, your group id
# TZ: America/Chicago # TZ: America/Chicago
env_file:
- /DockerVol/homepage/config/secrets.env
ports: ports:
- 3056:3000 - 3056:3000
volumes: volumes:
@ -30,4 +32,4 @@ services:
networks: networks:
netgrimoire: netgrimoire:
external: true external: true