Create docker-compose.yml
This commit is contained in:
parent
e0841979fc
commit
8c153c7823
1 changed files with 17 additions and 0 deletions
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: "3.1"
|
||||
|
||||
services:
|
||||
skyjo-fe:
|
||||
image: ghcr.io/pb-coding/skyjo-fe
|
||||
container_name: skyjo-fe
|
||||
ports:
|
||||
- "5173:5173"
|
||||
networks:
|
||||
- default
|
||||
- swag_net
|
||||
|
||||
networks:
|
||||
default:
|
||||
swag_net:
|
||||
external:
|
||||
name: swag_net
|
||||
Loading…
Reference in a new issue