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