Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 12, 2023
1 parent 5aa9070 commit ee4dbf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/appmotion-gateway/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.api_env
.env
.stack/*
*secrets*
.stack/
*secret*
3 changes: 3 additions & 0 deletions services/appmotion-gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
image: adminer:latest
init: true
ports:
# PC -> Yuri: you should
- 8080
environment:
ADMINER_DEFAULT_SERVER: db
Expand Down Expand Up @@ -46,11 +47,13 @@ configs:

volumes:
# SEE https://docs.docker.com/compose/compose-file/07-volumes/
# PC -> Yuri: this volume needs to be backuped
db_volume:

networks:
# SEE https://docs.docker.com/compose/compose-file/06-networks/
internal:
external: false
simcore_default:
# PC -> Yuri: this network should allow talking internally with the payments service (can be the default or a new one)
external: true

0 comments on commit ee4dbf4

Please sign in to comment.