notes/docker-compose.yml
2025-11-01 21:44:04 +10:30

13 lines
228 B
YAML

services:
server:
build:
context: docker
dockerfile: ./docker/Dockerfile
container_name: notes
restart: always
volumes:
- ./astro/dist:/usr/share/nginx/html:ro
ports:
- "42069:80"