This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
old-shiloh-website/docker-compose.yml

14 lines
237 B
YAML
Raw Normal View History

2023-05-16 22:08:37 +00:00
version: '3'
services:
app:
image: docker-nextjs-dev
build: .
ports:
2023-05-18 17:44:19 +00:00
- 8443:8443
2023-05-16 22:08:37 +00:00
volumes:
- ./pages:/app/pages
- ./public:/app/public
- ./styles:/app/styles
- ./components:/app/components