Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Doorcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
a5b6f725
Commit
a5b6f725
authored
May 23, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make docker compose use image in container registry
parent
dec93673
Pipeline
#9733
passed with stages
in 2 minutes and 58 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
Dockerfile
Dockerfile
+0
-0
docker-compose.yml.example
docker-compose.yml.example
+1
-1
docker-compose.yml.prod
docker-compose.yml.prod
+1
-3
No files found.
dev.
Dockerfile
→
Dockerfile
View file @
a5b6f725
File moved
docker-compose.yml.example
View file @
a5b6f725
...
...
@@ -75,7 +75,7 @@ services:
api:
build:
context: .
dockerfile:
dev.
Dockerfile
dockerfile: Dockerfile
container_name: api
volumes:
- ./src:/var/www
...
...
docker-compose.yml.prod
.yml
→
docker-compose.yml.prod
View file @
a5b6f725
...
...
@@ -75,9 +75,7 @@ services:
networks:
- doorcode
api:
build
:
context
:
.
dockerfile
:
prod.Dockerfile
image: gitlab.cs.wallawalla.edu:5050/elock/doorcode:prod
container_name: api
restart: always
volumes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment