Changes to be committed:

modified:   docker-compose.yaml
This commit is contained in:
vinnimous
2024-03-19 17:30:26 -04:00
parent 8623dcb85f
commit 11ef1c438e

View File

@@ -11,10 +11,10 @@ services:
networks: networks:
- gpt-net - gpt-net
ports: ports:
- 80:80 - 8001:8080
restart: on-failure restart: on-failure
environment: environment:
PORT: 80 PORT: 8080
PGPT_PROFILES: docker PGPT_PROFILES: docker
PGPT_MODE: local PGPT_MODE: local