Files
cc/docker-compose.yaml
T
2026-04-21 17:07:07 -03:00

13 lines
203 B
YAML

services:
alpine:
build:
context: ./alpine
volumes:
- ./app:/app
- ./exchange:/app/exchange
tty: true
privileged: true
extra_hosts:
- "dev:192.168.9.221"