md
Size: a a a
md
ММ
md
md
md
md

PG
PG
md
A
md
PG
ММ
PG
md
Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "python3 app.py": executable file not found in $PATH: unknownCНОВА
AR
ММ
command: python app.pycommand:
- python
- app.py
DB
pgadmin4:
image: dpage/pgadmin4
environment:
PGADMIN_DEFAULT_EMAIL: <your email>
PGADMIN_DEFAULT_PASSWORD: <your password>
networks:
- traefik-public
volumes:
- ./pgadmin_data:/pgadmin
deploy:
placement:
constraints: [node.role == manager]
labels:
- "traefik.enable=true"
- "traefik.http.routers.pgadmin4-http.entrypoints=web"
- "traefik.http.routers.pgadmin4-http.rule=Host(`pgadmin.aymconsultores.es`)"
- "traefik.http.routers.pgadmin4.entrypoints=websecure"
- "traefik.http.routers.pgadmin4.rule=Host(`pgadmin.aymconsultores.es`)"
- "traefik.http.routers.pgadmin4-http.middlewares=pgadmin4-https@docker"
- "traefik.http.middlewares.pgadmin4-https.redirectscheme.scheme=https"
- "traefik.http.routers.pgadmin4.tls=true"
- "traefik.http.routers.pgadmin4.tls.certresolver=le"
- "traefik.http.services.pgadmin4.loadbalancer.server.port=80"
md
./app