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