1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-17 00:37:45 +00:00
parent 88db2c38fb
commit e9d6969e3e
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
picimpact:
image: besscroft/picimpact:v2.4.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- DATABASE_URL=postgres://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}
- AUTH_SECRET=${AUTH_SECRET}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true