This repository has been archived on 2026-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
stack-orchestrator/build/lib/app/data/compose/docker-compose-test.yml
2023-05-08 16:00:59 +00:00

8 lines
114 B
YAML

version: "3.2"
services:
test:
image: cerc/test-container:local
restart: always
ports:
- "80"