forked from kamba4/sunders
chore: Removes unused build steps and exposed ports
This commit is contained in:
parent
9a141276ed
commit
67ebf21a09
1 changed files with 0 additions and 4 deletions
|
|
@ -7,8 +7,6 @@ services:
|
|||
MYSQL_DATABASE: camera # ${{secrets.MYSQL_DATABASE}}
|
||||
MYSQL_USER: camera # ${{secrets.MYSQL_USER}}
|
||||
MYSQL_PASSWORD: camerapassword # ${{secrets.MYSQL_PASSWORD}}
|
||||
ports:
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
- mariadb:/var/lib/mysql:Z
|
||||
healthcheck:
|
||||
|
|
@ -20,7 +18,6 @@ services:
|
|||
|
||||
web:
|
||||
image: git.hamburg.ccc.de/ccchh/sunders/web:latest
|
||||
build: ./web/
|
||||
environment:
|
||||
MYSQL_HOST: db
|
||||
MYSQL_DB: camera # ${{secrets.MYSQL_DATABASE}}
|
||||
|
|
@ -38,7 +35,6 @@ services:
|
|||
|
||||
data_handler:
|
||||
image: git.hamburg.ccc.de/ccchh/sunders/data_handler:latest
|
||||
build: ./data_handler/
|
||||
environment:
|
||||
MYSQL_HOST: db
|
||||
MYSQL_DB: camera # ${{secrets.MYSQL_DATABASE}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue