3e6a724 ^
6648d1d ^
f5928b9 ^
1 2 3 4 5
6
7 8
9 10
11 12 13
version: '3.1' services: db: image: postgres container_name: webol_dev_postgres restart: no environment: - POSTGRES_PASSWORD=postgres - POSTGRES_DB=webol ports: - "5432:5432"