PluralKit/docker-compose.yml
2019-04-19 20:48:37 +02:00

11 lines
219 B
YAML

version: "3"
services:
bot:
build: .
environment:
- PK_TOKEN
- "PK_DATABASE_URI=Host=db;Username=postgres;Password=postgres;Database=postgres"
links:
- db
db:
image: postgres:alpine