Files
asimonson1125.github.io/docker-compose.yml
2024-10-13 17:41:54 -04:00

17 lines
349 B
YAML

version: '3.8'
services:
portfolio:
image: 'asimonson1125/portfolio'
build:
context: ./
dockerfile: Dockerfile
restart: 'no'
volumes:
- ${READ_VOLUME:-/dev/null}:/mnt/readonly:ro # Read-only mount for sharing from host to public
# ports:
# - 8080
networks:
default:
external: true
name: proxy