Allow CI container tests beside production
Test and deploy / test-and-deploy (push) Failing after 49s
Test and deploy / test-and-deploy (push) Failing after 49s
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
# Nginx Proxy Manager routes https://roast.srmr.xyz to this host port.
|
||||
ports: ["8090:8090"]
|
||||
ports: ["${APP_PORT:-8090}:8090"]
|
||||
restart: unless-stopped
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
|
||||
Reference in New Issue
Block a user