2
0
Files
bot/docker-compose.yml
Baptiste Arnaud 5e14a94dea Add authentication
2021-11-29 15:19:07 +01:00

12 lines
185 B
YAML

version: '3.6'
services:
postgres:
image: postgres:13
ports:
- '5432:5432'
restart: always
volumes:
- db_data:/var/lib/postgresql/data
volumes:
db_data: