We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b52cc commit c61e18bCopy full SHA for c61e18b
docker-compose.yml
@@ -80,6 +80,14 @@ services:
80
- "traefik.http.services.${PROJECT_NAME}_mailhog.loadbalancer.server.port=8025"
81
- "traefik.http.routers.${PROJECT_NAME}_mailhog.rule=Host(`mailhog.${PROJECT_BASE_URL}`)"
82
83
+ adminer:
84
+ image: adminer:$ADMINER_TAG
85
+ container_name: "${PROJECT_NAME}_adminer"
86
+ stop_grace_period: 60s
87
+ restart: always
88
+ ports:
89
+ - ${ADMINER_PORT}:8080
90
+
91
portainer:
92
image: portainer/portainer:$PORTAINER_TAG
93
container_name: "${PROJECT_NAME}_portainer"
@@ -178,4 +186,4 @@ services:
178
186
179
187
networks:
180
188
default:
181
- name: docker_enterprise_stack
189
+ name: docker_enterprise_stack
0 commit comments