Skip to content
Snippets Groups Projects
Commit 32999b1e authored by L4168's avatar L4168
Browse files

gitlab.ci

parent ff4685dd
No related branches found
No related tags found
2 merge requests!59Development to master,!21Error handling
Pipeline #63933 passed with warnings
version: '3' version: '3'
services: services:
ehasa-backend: ehasa-backend:
build: . build: .
ports: container_name: back
- 8080:5000 ports:
postgres: - 8080:5000
image: mdillon/postgis postgres:
container_name: postgis image: mdillon/postgis
volumes: container_name: postgis
- ./docker:/docker-entrypoint-initdb.d/ volumes:
\ No newline at end of file - ./docker:/docker-entrypoint-initdb.d/
ports:
- 5432:5432
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment