mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-23 09:07:14 -05:00
66 lines
1.3 KiB
YAML
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 []
|