Revize a3b3cbce
Přidáno uživatelem aitakaitov před více než 1 rok
docker-compose.yml | ||
---|---|---|
2 | 2 |
|
3 | 3 |
services: |
4 | 4 |
db: |
5 |
image: postgres |
|
5 |
image: postgres:14
|
|
6 | 6 |
container_name: annotool-db |
7 | 7 |
volumes: |
8 | 8 |
- annotool-data:/var/lib/postgresql/data/ |
Také k dispozici: Unified diff
Specified postgres version in docker-compose