14 lines
226 B
YAML
14 lines
226 B
YAML
services:
|
|
# pgadmin:
|
|
# image: dpage/pgadmin4:latest
|
|
# ports:
|
|
# - target: 5050
|
|
# published: 8095
|
|
# protocol: tcp
|
|
# mode: ingress
|
|
|
|
networks:
|
|
default:
|
|
external: true
|
|
name: spooky
|