18 lines
576 B
YAML
18 lines
576 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
NODE_ENV: production
|
|
EMAIL: username@spsejecna.cz
|
|
PASSWORD: mojesupertajneheslo
|
|
# API for announcing errors and other global stuff for the client
|
|
# This server is open-source too, tho I don't recommend hosting it yourself,
|
|
# since it is used for global announcements and if you host it yourself, you won't get the latest news.
|
|
ANNOUNCEMENT_API: https://announcement.jecnarozvrh.jzitnik.dev
|
|
volumes:
|
|
- ./volume:/usr/src/app/volume
|