setup docker

This commit is contained in:
BuyMyMojo 2024-12-17 13:59:33 +11:00
parent 803efaa69e
commit d795f78bcc
2 changed files with 29 additions and 0 deletions

7
compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
aria-coffee:
container_name: site
build: .
restart: unless-stopped
ports:
- 4321:4321