roboluke-tasks/docker-compose.yml

11 lines
142 B
YAML
Raw Permalink Normal View History

2023-04-05 21:57:31 +02:00
---
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file: .env
2024-08-04 19:47:43 +02:00
...