chore: add the database container and DB initialization
This commit is contained in:
parent
523b98f8a3
commit
00c6b2ba1e
5 changed files with 58 additions and 11 deletions
docker
3
docker/Dockerfile.database
Normal file
3
docker/Dockerfile.database
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM postgres:17-alpine
|
||||
ADD legacyworlds-server/legacyworlds-server-data/db-structure /opt/lwsql
|
||||
ADD docker/init-sql.sh /docker-entrypoint-initdb.d
|
Loading…
Add table
Add a link
Reference in a new issue