ci(fix sidebase): internal port change to 80->3000

This commit is contained in:
valere
2023-03-09 19:47:27 +01:00
parent 1189afd340
commit f08f172fe2

View File

@@ -6,7 +6,7 @@ services:
container_name: pegazio container_name: pegazio
restart: unless-stopped restart: unless-stopped
ports: ports:
- $PORT:80 - $PORT:3000
environment: environment:
VIRTUAL_HOST: '${DOMAIN}' VIRTUAL_HOST: '${DOMAIN}'
LETSENCRYPT_HOST: '${DOMAIN}' LETSENCRYPT_HOST: '${DOMAIN}'