Files
remote_ip/docker-compose.yml

10 lines
166 B
YAML
Raw Permalink Normal View History

2023-06-16 21:44:35 -04:00
services:
remote_ip:
container_name: remote_ip
build: .
restart: unless-stopped
env_file: .env
volumes:
- ./app:/app
2023-06-18 19:20:06 -04:00
- ./logs:/logs