|
|
|
@@ -48,7 +48,7 @@ services: |
|
|
|
web: |
|
|
|
image: gitlink-ubuntu20.04:latest |
|
|
|
build: |
|
|
|
context: ../ |
|
|
|
context: ./ |
|
|
|
dockerfile: Dockerfile |
|
|
|
environment: |
|
|
|
- MYSQL_USER=root |
|
|
|
@@ -57,7 +57,7 @@ services: |
|
|
|
- GITEA_USER=root |
|
|
|
- GITEA_PWD=gitlink#2023 |
|
|
|
- GITEA_URL=gitea |
|
|
|
command: bash -c "cmd /home/pdl/forgeplus && rm -f tmp/pids/server.pid && rails s -p 4000 -b '0.0.0.0'" |
|
|
|
command: bash -c "cmd /home/pdl/gitlink && rm -f tmp/pids/server.pid && rails s -p 4000 -b '0.0.0.0'" |
|
|
|
stdin_open: true |
|
|
|
tty: true |
|
|
|
# volumes: |
|
|
|
@@ -67,3 +67,5 @@ services: |
|
|
|
depends_on: |
|
|
|
- mysql |
|
|
|
- gitea |
|
|
|
networks: |
|
|
|
- gitlink |