Add Docker compose for build

This commit is contained in:
lamu
2026-02-04 14:33:35 +01:00
parent 90f373b028
commit d09f561cdb
8 changed files with 75 additions and 0 deletions

12
.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="ticket_sys@10.204.192.110" uuid="9491d99a-1ced-4264-bdfc-2398637eb98a">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://10.204.192.110:3306/ticket_sys</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>