docker compose
This commit is contained in:
parent
e4f4c2294d
commit
368c7a06f3
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user