Skip to content
Snippets Groups Projects

Error handling

Merged Ghost User requested to merge error-handling into Development
1 file
+ 14
11
Compare changes
  • Side-by-side
  • Inline
+ 14
11
version: '3'
services:
ehasa-backend:
build: .
ports:
- 8080:5000
postgres:
image: mdillon/postgis
container_name: postgis
volumes:
- ./docker:/docker-entrypoint-initdb.d/
\ No newline at end of file
version: '3'
services:
ehasa-backend:
build: .
container_name: back
ports:
- 8080:5000
postgres:
image: mdillon/postgis
container_name: postgis
volumes:
- ./docker:/docker-entrypoint-initdb.d/
ports:
- 5432:5432
\ No newline at end of file
Loading