mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
10 lines
139 B
YAML
10 lines
139 B
YAML
version: '3'
|
|
|
|
services:
|
|
client:
|
|
build: client
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- ./olympus.json:/usr/src/olympus.json
|