Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
constrainify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Harbor Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AQinDa
constrainify
Commits
810687f8
Commit
810687f8
authored
2 months ago
by
Markus Matoni
Browse files
Options
Downloads
Patches
Plain Diff
fix: add env file to docker compose command
parent
82e28e4c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
constrainify.service
+1
-1
1 addition, 1 deletion
constrainify.service
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
810687f8
...
...
@@ -46,7 +46,7 @@ Constrainify is the name of the entire application. It combines multiple compone
> **Step 3** Use Docker to run the application:
```
bash
docker compose up
docker compose
--env-file
.env
up
```
> **Step 4** Go to http://localhost:8000 on any browser and enjoy Constrainify!
...
...
This diff is collapsed.
Click to expand it.
constrainify.service
+
1
−
1
View file @
810687f8
...
...
@@ -7,7 +7,7 @@ Requires=docker.service
Type
=
oneshot
WorkingDirectory
=
/opt/constrainify
ExecStartPre
=
git pull
ExecStart
=
docker compose up -d
ExecStart
=
docker compose
--env-file .env
up -d
ExecStop
=
docker compose down
RemainAfterExit
=
yes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment