12 lines
204 B
YAML
12 lines
204 B
YAML
services:
|
|
app:
|
|
image: git.timothykim.net/hantim/haanmind.net:latest
|
|
restart: unless-stopped
|
|
container_name: haanmind_net
|
|
networks:
|
|
- shared
|
|
|
|
networks:
|
|
shared:
|
|
external: true
|