Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iqdevTranningProj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Александр Плохих
iqdevTranningProj
Commits
4f8aeed5
Commit
4f8aeed5
authored
10 months ago
by
Александр Плохих
Browse files
Options
Downloads
Patches
Plain Diff
STA-931|update docker conf for do not double env file
parent
d5d56be6
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
STA-959
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
docker/App.Dockerfile
+1
-0
1 addition, 0 deletions
docker/App.Dockerfile
with
2 additions
and
0 deletions
docker-compose.yml
+
1
−
0
View file @
4f8aeed5
...
...
@@ -21,6 +21,7 @@ services:
volumes
:
-
./app:/var/www/project
-
./nginx/default.conf:/etc/nginx/conf.d/default.conf
-
./.env:/var/www/project/.env
networks
:
-
app
links
:
...
...
This diff is collapsed.
Click to expand it.
docker/App.Dockerfile
+
1
−
0
View file @
4f8aeed5
...
...
@@ -3,6 +3,7 @@ FROM php:fpm-alpine
WORKDIR
var/www/project
COPY
app .
COPY
.env .
RUN
apk update
&&
\
apk add libpq-dev
&&
\
...
...
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