This commit is contained in:
2023-05-09 11:56:32 -05:00
parent 4a12f05c42
commit dec7ba5c6c

View File

@@ -38,9 +38,9 @@ services:
restart: unless-stopped
environment:
- CORE_RETURN_HTTPS=false
- CORE_SECRET=blehblehbleh2223
- CORE_HOST=192.168.1.33
- CORE_PORT=3000
- CORE_SECRET=${CORE_SECRET}
- CORE_HOST=${CORE_HOST}
- CORE_PORT=${CORE_PORT}
- CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres
- CORE_LOGGER=true
volumes: