Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cossin Sebastien
ehden-bordeaux-atlas
Commits
19c07224
Commit
19c07224
authored
Dec 29, 2020
by
cossins
Browse files
docker-compose with 3services: postgres, pgadmin, tomcat
parent
ff1bee1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
0 → 100644
View file @
19c07224
version
:
'
3'
services
:
postgresql
:
image
:
postgres:12.5
container_name
:
webapi_postgres
environment
:
POSTGRES_PASSWORD
:
${POSTGRES_PASSWORD}
POSTGRES_DB
:
${POSTGRES_DB}
volumes
:
-
./postgres-data:/var/lib/postgresql/data
pgadmin
:
image
:
dpage/pgadmin4:4.29
container_name
:
webapi_pgadmin
ports
:
-
${PGADMIN_PORT}:5454
environment
:
PGADMIN_DEFAULT_EMAIL
:
${PGADMIN_DEFAULT_EMAIL}
PGADMIN_DEFAULT_PASSWORD
:
${PGADMIN_DEFAULT_PASSWORD}
PGADMIN_LISTEN_PORT
:
5454
tomcat
:
image
:
tomcat:8.5
container_name
:
webapi_tomcat
ports
:
-
${TOMCAT_PORT}:8080
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment