1
0
Fork 0

snibox: fix yaml error, assign different port

This commit is contained in:
Lukáš Kucharczyk 2023-01-11 11:14:47 +01:00
parent b4f15d8460
commit 2dd9881322
2 changed files with 5 additions and 4 deletions

2
.env
View File

@ -31,7 +31,7 @@ MEALIE_INTERNAL_PORT=80
TRILIUM_EXTERNAL_PORT=8080
TRILIUM_INTERNAL_PORT=8080
SNIBOX_POSTGRES_DB_NAME=snibox
SNIBOX_EXTERNAL_PORT=3003
SNIBOX_EXTERNAL_PORT=3004
SNIBOX_INTERNAL_PORT=80
NETBOOTXYZ_INTERNAL_PORT=3001
GITEA_INTERNAL_PORT=3002

View File

@ -45,6 +45,7 @@ services:
networks:
postgres:
external: true
volumes:
# pg-data:
static-files:
volumes:
# pg-data:
static-files: