mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
fix docker-compose.yml
This commit is contained in:
parent
417959745e
commit
cc29ee3be0
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue