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