Add Dockerfile, nginx config, Gitea workflow and docker-compose
Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
rubic-cube:
|
||||
image: gitea.7u.pl/gkucmierz/rubic-cube:latest
|
||||
container_name: rubic-cube
|
||||
restart: always
|
||||
ports:
|
||||
- "8083:80"
|
||||
networks:
|
||||
- rubic-net
|
||||
|
||||
networks:
|
||||
rubic-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user