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/app/data/compose/docker-compose-test.yml
2023-01-23 22:09:56 -07:00

8 lines
114 B
YAML

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