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:
|
||||
context: ./back
|
||||
dockerfile: Dockerfile
|
||||
container_name: back
|
||||
container_name: inttable-back
|
||||
restart: always
|
||||
expose:
|
||||
- "8000"
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
build:
|
||||
context: ./front
|
||||
dockerfile: Dockerfile
|
||||
container_name: front
|
||||
container_name: inttable-front
|
||||
restart: always
|
||||
expose:
|
||||
- "4173"
|
||||
|
@ -35,7 +35,7 @@ services:
|
|||
|
||||
nginx:
|
||||
image: nginx:1.25
|
||||
container_name: nginx
|
||||
container_name: inttable-nginx
|
||||
restart: always
|
||||
ports:
|
||||
- "8098:80"
|
||||
|
|
Loading…
Reference in New Issue