Files
quarry-party-landing-page-r…/docker-compose.yml
2025-07-06 21:01:23 +02:00

13 lines
216 B
YAML

version: '3.8'
services:
web:
build:
context: .
args:
GIT_ACCESS_TOKEN: ${GIT_ACCESS_TOKEN}
GIT_USERNAME: ${GIT_USERNAME}
ports:
- "8150:8150"
restart: unless-stopped