PluralKit/docker-compose.yml

11 lines
219 B
YAML
Raw Normal View History

2019-04-19 20:48:37 +02:00
version: "3"
2018-07-12 00:47:44 +02:00
services:
bot:
2019-04-19 20:48:37 +02:00
build: .
2019-03-07 16:29:46 +01:00
environment:
2019-04-19 20:48:37 +02:00
- PK_TOKEN
- "PK_DATABASE_URI=Host=db;Username=postgres;Password=postgres;Database=postgres"
links:
- db
2018-07-12 00:47:44 +02:00
db:
2019-04-19 20:48:37 +02:00
image: postgres:alpine