docker rename
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
5f39e8858e
commit
23eb414e54
|
@ -3,7 +3,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./back
|
context: ./back
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: back
|
container_name: inttable-back
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- "8000"
|
- "8000"
|
||||||
|
@ -23,7 +23,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./front
|
context: ./front
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: front
|
container_name: inttable-front
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- "4173"
|
- "4173"
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.25
|
image: nginx:1.25
|
||||||
container_name: nginx
|
container_name: inttable-nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8098:80"
|
- "8098:80"
|
||||||
|
|
Loading…
Reference in New Issue