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