Fix port
This commit is contained in:
parent
41ceec709d
commit
cb870f845e
|
@ -6,7 +6,7 @@ services:
|
||||||
image: ghostfolio/ghostfolio:1.300.0
|
image: ghostfolio/ghostfolio:1.300.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:3333
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
HOST: 0.0.0.0
|
HOST: 0.0.0.0
|
||||||
|
@ -22,6 +22,9 @@ services:
|
||||||
REDIS_PORT: 6379
|
REDIS_PORT: 6379
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
depends_on:
|
||||||
|
- ghostfolio-postgres
|
||||||
|
- ghostfolio-redis
|
||||||
labels:
|
labels:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user