Some checks failed
Build and Publish Docker Image / build (push) Has been cancelled
16 lines
246 B
YAML
16 lines
246 B
YAML
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
|