Adicionar docker-compose.yml

This commit is contained in:
2026-06-04 21:15:02 -03:00
parent e957338f74
commit b52c4fa271

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
minha-app:
build: .
ports:
- "8095:80"
restart: unless-stopped
environment:
- TZ=America/Sao_Paulo
networks:
- scriptcase_network
networks:
scriptcase_network:
external: true
name: scriptcase_network