docker rename
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Kseninia Mikhaylova 2024-04-27 10:12:58 +03:00
parent 5f39e8858e
commit 23eb414e54
1 changed files with 3 additions and 3 deletions

View File

@ -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"