docker compose

This commit is contained in:
aldair.guzman 2025-12-12 11:09:43 -04:00
parent e4f4c2294d
commit 368c7a06f3

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
services:
syncronizador:
container_name: rendicion_gasto_syncronizador
build:
context: .
dockerfile: Dockerfile
restart: always
env_file:
- .env
volumes:
- ./logs:/app/logs
networks:
- network_emba
networks:
network_emba:
external: true