Files
cc/docker-compose.yaml
T
oliver 1b64bdc08d b
2026-04-21 12:17:42 -03:00

14 lines
228 B
YAML

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