W
Size: a a a
W
AS
W
МЮ
AS
AS
МЮ
version: "3"
services:
# psql -U postgres -h 127.0.0.1 -p 54320
db:
image: "postgres:11.2-alpine"
container_name: "my_postgres"
# restart: always
environment:
POSTGRES_DB: dev
POSTGRES_USER: potgres
POSTGRES_PASSWORD: postgres
ports:
- "54320:5432"
volumes:
- ./pgdata:/var/lib/postgresql/data
МЮ
МЮ
МЮ
МЮ
AS
RU
services:
app:
build: .
МЮ
dl
dl
PK