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