mirror of
https://github.com/Faridik/Carolyn.git
synced 2026-07-08 05:11:52 +00:00
10 lines
259 B
YAML
10 lines
259 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
spreadsheets:
|
|
container_name: "carolyn-spreadsheets"
|
|
build: ./SpreadsheetsService
|
|
environment:
|
|
SECRETKEY: "HELLO-WORLD-@21XX 15AF"
|
|
volumes:
|
|
- ./SpreadsheetsService:/app:Z |