pretendo-docker/.github/compose.ci.yml
2024-05-30 14:26:23 -04:00

66 lines
1.3 KiB
YAML

# Trying to expose ports in GitHub Actions causes a "bind: address already in use" error
# Testing whether any containers exit in CI requires disabling restarts
# Every service must be added to this file to make CI work correctly
services:
mitmproxy-pretendo:
restart: no
ports: !reset []
coredns-internal:
restart: no
ports: !reset []
nginx:
restart: no
ports: !reset []
mongodb:
# Can be flaky in CI, so allow restarting
ports: !reset []
mongo-express:
restart: no
ports: !reset []
minio:
restart: no
ports: !reset []
redis:
restart: no
ports: !reset []
redis-commander:
restart: no
ports: !reset []
mailpit:
restart: no
ports: !reset []
postgres:
# Can be flaky in CI, so allow restarting
ports: !reset []
adminer:
restart: no
ports: !reset []
account:
restart: no
ports: !reset []
website:
restart: no
ports: !reset []
friends:
restart: no
ports: !reset []
miiverse-api:
restart: no
ports: !reset []
juxtaposition-ui:
restart: no
ports: !reset []
boss:
restart: no
ports: !reset []
wiiu-chat-authentication:
restart: no
ports: !reset []
wiiu-chat-secure:
restart: no
ports: !reset []
super-mario-maker:
restart: no
ports: !reset []