fix docker-compose.yml

This commit is contained in:
Jakob Gillich 2024-04-17 12:55:06 +02:00 committed by GitHub
parent 417959745e
commit cc29ee3be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
version: "3"
services: services:
loginserver: loginserver:
image: mozilla/sbt image: sbtscala/scala-sbt:eclipse-temurin-jammy-8u352-b08_1.8.3_2.13.10
volumes: volumes:
- .:/PSF-Loginserver:z - .:/PSF-Loginserver:z
working_dir: /PSF-Loginserver working_dir: /PSF-Loginserver
@ -19,7 +18,7 @@ services:
ports: ports:
- 51010:8080 - 51010:8080
db: db:
image: postgres:12 image: postgres:14
ports: ports:
- 5432:5432 - 5432:5432
environment: environment: