services: pontus: build: . container_name: pontus ports: - 3000:3000 # Comment this out if you are using a reverse proxy environment: - NODE_ENV=production postgres: image: postgres:17 container_name: pontus-postgres volumes: - ./postgres:/var/lib/postgresql/data environment: - POSTGRES_USER=pontus - POSTGRES_PASSWORD=changeme - POSTGRES_DB=pontus