chore(docker): dockerize app, add workflow to push image on gitea registry
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
parameters:
|
||||
postgres_version: "16"
|
||||
postgres_host: "127.0.0.1"
|
||||
postgres_port: "5432"
|
||||
postgres_db: "app"
|
||||
postgres_user: "app"
|
||||
postgres_password: "pwd"
|
||||
postgres_version: "%env(POSTGRES_VERSION)%"
|
||||
postgres_host: "%env(POSTGRES_HOST)%"
|
||||
postgres_port: "%env(int:POSTGRES_PORT)%"
|
||||
postgres_db: "%env(POSTGRES_DB)%"
|
||||
postgres_user: "%env(POSTGRES_USER)%"
|
||||
postgres_password: "%env(POSTGRES_PASSWORD)%"
|
||||
|
||||
tmdb_host: "https://api.themoviedb.org/3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user