10 lines
221 B
YAML
10 lines
221 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# Alternatively, use an image from a registry
|
|
# image: git.tainton.uk/repos/roboluke:latest
|
|
restart: unless-stopped
|
|
env_file: .env
|