15 lines
No EOL
252 B
YAML
15 lines
No EOL
252 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: base
|
|
container_name: go-watch
|
|
volumes:
|
|
- /home/david/tmp/:/config
|
|
ports:
|
|
- "8080:8080"
|
|
apprise:
|
|
image: caronc/apprise:latest |