Files
cc/docker-compose.yaml
2025-10-10 07:35:27 -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"