mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6d2500d0f5 | |||
c98b888985 |
@ -29,6 +29,8 @@ RUN cp /build/main .
|
|||||||
# Build a small image
|
# Build a small image
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
# copy the ca-certificate.crt from the builder stage
|
||||||
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /dist/main /
|
COPY --from=builder /dist/main /
|
||||||
|
|
||||||
ENTRYPOINT ["/main"]
|
ENTRYPOINT ["/main"]
|
@ -8,10 +8,11 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports: # Remove me, if you use configuration network_mode: host
|
ports: # Remove me, if you use configuration network_mode: host
|
||||||
- "22:22"
|
- "22:22"
|
||||||
|
- "2222:2222"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
RABBITMQ_URI: ${RABBITMQ_URI}
|
RABBITMQ_URI: ${RABBITMQ_URI}
|
||||||
volumes:
|
volumes:
|
||||||
- "./configurations:/configurations"
|
- "./configurations:/configurations"
|
||||||
|
Reference in New Issue
Block a user