mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
add other OS for docker
This commit is contained in:
parent
f5582c97b5
commit
c8a65b6b18
19 changed files with 157 additions and 17 deletions
|
|
@ -24,8 +24,9 @@ services:
|
|||
|
||||
base:
|
||||
build:
|
||||
context: ./${DIST-ubuntu}/base
|
||||
context: ./${DIST-ubuntu}/${TAG-latest}/base
|
||||
args:
|
||||
dist: ${DIST-ubuntu}
|
||||
tag: ${TAG-latest}
|
||||
image: ${USER}/${DIST-ubuntu}-${TAG-latest}-base
|
||||
command: /bin/bash -c "echo 'base' services"
|
||||
|
|
@ -44,14 +45,15 @@ services:
|
|||
|
||||
dev:
|
||||
build:
|
||||
context: ./${DIST-ubuntu}/dev
|
||||
context: ./${DIST-ubuntu}/${TAG-latest}/dev
|
||||
args:
|
||||
dist: ${DIST-ubuntu}
|
||||
tag: ${TAG-latest}
|
||||
username: ${USER}
|
||||
image: ${USER}/${DIST-ubuntu}-${TAG-latest}-dev
|
||||
depends_on:
|
||||
- mongodb
|
||||
- base
|
||||
- build
|
||||
environment:
|
||||
DB_URI: mongodb://mongodb/nextepc
|
||||
cap_add:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue