mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
Docker Update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ docker-compose.yaml
|
||||
# Ignore the database file
|
||||
dist/main.db
|
||||
dist/freepad
|
||||
dist/freepad
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM alpine
|
||||
|
||||
LABEL version="1.1.0"
|
||||
LABEL version="1.4.0"
|
||||
|
||||
# Copy the distribution files
|
||||
COPY ./dist /app
|
||||
|
||||
@@ -6,7 +6,8 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
environment:
|
||||
- MYSQL_URL
|
||||
- DOMAIN_BASE=http://localhost:8888
|
||||
- MYSQL_URL=mariadb
|
||||
- MYSQL_ROOT_PASSWORD
|
||||
- MYSQL_DATABASE
|
||||
- MYSQL_USER
|
||||
@@ -14,8 +15,9 @@ services:
|
||||
- MYSQL_PORT
|
||||
depends_on:
|
||||
- mariadb
|
||||
ports:
|
||||
- 8888:8080
|
||||
|
||||
# Mariadb is completely optional, you can simply just use sqlite.
|
||||
mariadb:
|
||||
image: mariadb:10.2
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user